![]() ![]() |
Q: Why do compiler errors appear garbled in Project Builder when I try to compile my Java code on Mac OS X 10.1 with the primary language set to Japanese? A:
When your primary language preference is set to Japanese,
the In order to display compiler errors in Japanese, you can add the following flags to your Java project to change the default text encoding to Unicode. For 1) Open your project and select the "Build Settings" pane under "Targets" 2) Scroll to the "Build Settings" list at the bottom of the pane 3) Create a build setting whose name/value pair is " For 1) Open your project and select the "Build Settings" pane under "Targets" 2) Scroll to the "Build Settings" list at the bottom of the pane 3) Create a build setting whose name/value pair is " A future version of Project Builder will automatically append these flags. [Nov 08 2001] |
Developer Documentation | Technical Notes | Development Kits | Sample Code |